home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / HyperCard / Frederic Rinaldi / FontMaster 1.3 (US) / FontMaster 1.3 (US) / stack_-1.xml < prev    next >
Encoding:
Extensible Markup Language  |  1993-11-17  |  1.9 KB  |  20 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
  3. <stack>
  4.     <name>in.3 (US)</name>
  5.     <id>-1</id>
  6.     <cardCount>1</cardCount>
  7.     <cardID>3055</cardID>
  8.     <listID>2540</listID>
  9.     <cantModify><false /></cantModify>
  10.     <cantDelete><false /></cantDelete>
  11.     <cantAbort><false /></cantAbort>
  12.     <cardSize>
  13.         <width>512</width>
  14.         <height>342</height>
  15.     </cardSize>
  16.     <script>-- Generic scriptson openStackif stackIsBeingUsed()then exit openStackif CardTop() = 0then hide menuBarset scroll of cd fld 1 to 0doOpenStuffend openStackon closeStackif stackIsBeingUsed()then exit closeStackif CardTop() = 0then show menuBardoCloseStuffend closeStackfunction CardTop Whatif the version contains "SuperCard"then return SCTop()else return top of cd windowend CardTopfunction SCTopreturn top of windowend SCTopfunction stackIsBeingUsedreturn not (the name of this stack is the name of me)end stackIsBeingUsed-- Custom scriptson doOpenStuffgo firstend doOpenStuffon doCloseStuffshowHide falseend doCloseStuffon showHide Howlock Screenrepeat with i=2 to 4if i > 2then set visible of btn i to Howset visible of cd fld i to Howend repeatend showHideon DisplayResultglobal FondNb,FondResultset cursor to watchif FondNb ‚â§ number of lines of FondResultthenrepeat with i=1 to 23put item i of line FondNb of FondResult into line i ¬¨of cd fld "Result"end repeatset scroll of cd fld "List" to 0put empty into cd fld "List"repeat with i=24 to number of items of line FondNb of FondResultif (i mod 4 ‚↠0) and i ‚↠24then next repeatput item i to i+3 of line FondNb of FondResult & return¬¨after cd fld "List"end repeatadd 1 to FondNbend ifend DisplayResult</script>
  17.     <background id="2661" file="background_2661.xml" name="" />
  18.     <card id="3055" file="card_3055.xml" marked="false" name="" owner="2661" />
  19. </stack>
  20.